summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/project-gtc/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/project-gtc/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/project-gtc/page.tsx11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/project-gtc/page.tsx b/app/[lng]/evcp/(evcp)/project-gtc/page.tsx
index 8e12a489..cebfb1a9 100644
--- a/app/[lng]/evcp/(evcp)/project-gtc/page.tsx
+++ b/app/[lng]/evcp/(evcp)/project-gtc/page.tsx
@@ -7,7 +7,7 @@ import { Shell } from "@/components/shell"
import { getProjectGtcList } from "@/lib/project-gtc/service"
import { projectGtcSearchParamsSchema } from "@/lib/project-gtc/validations"
import { ProjectGtcTable } from "@/lib/project-gtc/table/project-gtc-table"
-
+import { InformationButton } from "@/components/information/information-button"
interface IndexPageProps {
searchParams: Promise<SearchParams>
}
@@ -30,9 +30,12 @@ export default async function IndexPage(props: IndexPageProps) {
<div className="flex items-center justify-between space-y-2">
<div className="flex items-center justify-between space-y-2">
<div>
- <h2 className="text-2xl font-bold tracking-tight">
- Project GTC
- </h2>
+ <div className="flex items-center gap-2">
+ <h2 className="text-2xl font-bold tracking-tight">
+ Project GTC
+ </h2>
+ <InformationButton pageCode="evcp/project-gtc" />
+ </div>
<p className="text-muted-foreground">
프로젝트별 GTC(General Terms and Conditions) 파일을 관리할 수 있습니다.
각 프로젝트마다 하나의 GTC 파일을 업로드할 수 있으며, 파일 업로드 시 기존 파일은 자동으로 교체됩니다.